אני יודע מה עשית בפענוח האחרון : התקפות ערוצי צד על מחשבים אישיים

Size: px
Start display at page:

Download "אני יודע מה עשית בפענוח האחרון : התקפות ערוצי צד על מחשבים אישיים"

Transcription

1 אני יודע מה עשית בפענוח האחרון : התקפות ערוצי צד על מחשבים אישיים I Know What You Did Last Decryption: Side Channel Attacks on PCs Lev Pachmanov Tel Aviv University Daniel Genkin Technion and Tel Aviv University joint work with Itamar Pipman Adi Shamir Tel Aviv University Weizmann Institute of Science Eran Tromer Tel Aviv University Cryptoday December

2 Side channel attacks 2 probing CPU architecture optical power electromagnetic acoustic

3 3 Acoustic emanations

4 4 ENGULF [Peter Wright, pycatcher, p. 84] In 1956, a couple of Post Office engineers fixed a phone at the Egyptian embassy in London.

5 ENGULF (cont.) 5 The combined MI5/GCHQ operation enabled us to read the Egyptian ciphers in the London Embassy throughout the Suez Crisis.

6 Acoustic emanations from PCs 6 Noisy electrical components in the voltage regulator Bzzzzzz Commonly known as coil-whine but also originates from capacitors

7 Experimental setup (example) 7 attacker amplifier microphone target digitizer

8 8 Demo: distinguishing instructions

9 time 9 Distinguishing various CPU operations [Shamir Tromer 04] frequency 280kHz 1sec

10 Traditional side channel attacks methodology 1. Grab/borrow/steal device 2. Find key-dependent instruction 3. Record emanations using high-bandwidth equipment (> clock rate, PC: >2GHz) 4. Obtain traces 5. Signal and cryptanalytic analysis 6. Recover key for i= sqr( ) if key[i]=1 mul( ) Hard for PCs 10

11 Traditional side channel attacks methodology 1. Grab/borrow/steal device 2. Find key-dependent instruction 3. Record emanations using high-bandwidth equipment (> clock rate, PC: >2GHz) 4. Obtain traces 5. Signal and cryptanalytic analysis 6. Recover key 11 Complex electronics running complicated software Hard for (in PCs parallel) vs. Not handed out vs. Measuring a 2GHz PC requires expansive and bulky equipment (compared to a 100 MHz smart card) 100,000$ vs. 1,000$

12 12 Acoustic Leakage of RSA

13 Definitions (RSA) 13

14 time GnuPG RSA key distinguishability [Shamir Tromer 04] frequency mod p mod q sound of the keys (after frequency downshifting and filtering) 14

15 15 Key Extraction

16 Our results: acoustic RSA key extraction Low-bandwidth cryptanalytic attacks 50 khz bandwidth to attack a 2 GHz CPU Inexpensive equipment Common cryptographic software GnuPG (CVE ) Worked with GnuPG developers to mitigate the attack Applicable to various laptop models 16

17 Amplifying the key dependency Difficulties when attacking RSA 2GHz CPU speed vs. 50kHz measurements Cannot rely on a single key-dependent instruction New idea: leakage self-amplification abuse algorithm s own code to amplify its own leakage! Craft suitable cipher-texts to affect the code inside inner-most loop Small differences in repeated inner-most loops cause a big overall difference in code behavior Measure acoustic leakage 17

18 18 An adaptive chosen-ciphertext attack Bit-distinguisher oracle

19 An adaptive chosen-ciphertext attack 19 Bit distinguisher oracle Error correction Just q Coppersmith lattice reduction: half the bits suffice send chosen ciphertexts using

20 20 modular_exponentiation(c,d,q){ karatsuba_mult(a,c) } karatsuba_mult(a,c){ basic_mult(x,y) } basic_mult(x,y){ if (y[j]==0) return 0 else return y[j]*x } x7 Grand total: times ~0.5 sec of measurements x19 x2048

21 Modular exponentiation 21 no key dependent operation to measure

22 22

23 23

24 24 Multiplication is repeated 2048 times (0.5 sec of data) Single multiplication is way too fast for us to measure

25 25 Empirical Results

26 time Distinguishing a key bit by a spectral signature 26 time frequency frequency mod p mod p mod q mod q

27 27 Demo: key extraction

28 Results 28 RSA 4096-bit key extraction from 1 meter away using a microphone

29 Results RSA 4096-bit key extraction from 10 meters away using a parabolic microphone 29

30 Results 30 RSA 4096-bit key extraction from 30cm away using a smartphone

31 Karatsuba multiplication 31

32 Basic multiplication 32 Repeated for a total of 8 times in this call and for a total of up to ~300,000 times!, allowing for the leakage to be detectable using low bandwidth means (such as sound).

33 33 Electric Channels

34 34 Power analysis Power analysis: measure device s power consumption RSA 4096-bit key extraction is possible in a few seconds

35 Ground-potential analysis Attenuating EMI emanations Unwanted currents or electromagnetic fields? Dump them to the circuit ground! (Bypass capacitors, RF shields, ) Device is grounded, but its ground potential fluctuates relative to the mains earth ground. affects dumped to connected to Computation currents and EM fields device ground conductive chassis Key =

36 36 Demo: key extraction

37 RSA and ElGamal key extraction in a few seconds using direct chassis measurement (non-adaptive attack) 37 Key =

38 RSA and ElGamal key extraction in a few seconds using human touch (non-adaptive attack) 38 Key =

39 Ground-potential analysis 39 Attenuating EMI emanations Unwanted currents or electromagnetic fields? Dump them to the circuit ground! (Bypass capacitors, RF shields, ) Device is grounded, but its ground potential fluctuates relative to the mains earth ground. affects connected to connected to Computation device ground conductive chassis shielded cables Even when no data, or port is turned off. Key =

40 40 Demo: key extraction

41 RSA and ElGamal key extraction in a few seconds using the far end of 10 meter network cable (non-adaptive attack) 41 works even if a firewall is present, or port is turned off Key =

42 Key extraction on far side of Ethernet cable using a mobile phone 42

43 Electromagnetic key extraction Currents inside the target create electromagnetic waves. Can be detected using an electromagnetic probe (e.g., a loop of wire). 43

44 Electromagnetic key extraction Currents inside the target create electromagnetic waves. Can be detected using an electromagnetic probe (e.g., a loop of wire). 44

45 45 Countermeasures (class discussion)

46 Ineffective countermeasures Shielding

47 Ineffective countermeasures (cont.) 2. Adding noise (play loud music while decrypting) 3. Concurrent software load 47

48 Countermeasures (ciphertext randomization) 48

49 cs.tau.ac.il/~tromer/acoustic CRYPTO 14 CVE cs.tau.ac.il/~tromer/handsoff CHES 14 CVE cs.tau.ac.il/~tromer/radioexp CHES 15 CVE

50 cs.tau.ac.il/~tromer/acoustic CRYPTO 14 CVE cs.tau.ac.il/~tromer/handsoff CHES 14 CVE cs.tau.ac.il/~tromer/radioexp CHES 15 CVE

51 cs.tau.ac.il/~tromer/acoustic CRYPTO 14 CVE cs.tau.ac.il/~tromer/handsoff CHES 14 CVE cs.tau.ac.il/~tromer/radioexp CHES 15 CVE

52 52

אני יודע מה עשית בפענוח האחרון: התקפות ערוצי צד על מחשבים אישיים

אני יודע מה עשית בפענוח האחרון: התקפות ערוצי צד על מחשבים אישיים אני יודע מה עשית בפענוח האחרון: התקפות ערוצי צד על מחשבים אישיים I Know What You Did Last Decryption: Side Channel Attacks on PCs Lev Pachmanov Tel Aviv University Daniel Genkin Technion and Tel Aviv University

More information

Information Security Theory vs. Reality

Information Security Theory vs. Reality Information Security Theory vs. Reality 0368-4474, Winter 2015-2016 Lecture 6: Physical Side Channel Attacks on PCs Guest lecturer: Lev Pachmanov 1 Side channel attacks probing CPU architecture optical

More information

Stealing Keys from PCs by Radio: Cheap Electromagnetic Attacks on Windowed Exponentiation

Stealing Keys from PCs by Radio: Cheap Electromagnetic Attacks on Windowed Exponentiation Stealing Keys from PCs by Radio: Cheap Electromagnetic Attacks on Windowed Exponentiation (extended version) Daniel Genkin Technion and Tel Aviv University danielg3@cs.technion.ac.il Lev Pachmanov Tel

More information

Electromagnetic-based Side Channel Attacks

Electromagnetic-based Side Channel Attacks Electromagnetic-based Side Channel Attacks Yasmine Badr 10/28/2015 What is Side Channel Attack Any attack based on information gained from the physical implementation of a cryptosystem, rather than brute

More information

Side Channel Attacks on Smartphones and Embedded Devices using Standard Radio Equipment

Side Channel Attacks on Smartphones and Embedded Devices using Standard Radio Equipment Side Channel Attacks on Smartphones and Embedded Devices using Standard Radio Equipment Gabriel Goller & Georg Sigl 144215 Introduction Device Under Test Sensor Radio Receiver Front End Software Defined

More information

Local and Direct EM Injection of Power into CMOS Integrated Circuits.

Local and Direct EM Injection of Power into CMOS Integrated Circuits. Local and Direct EM Injection of Power into CMOS Integrated Circuits. F. Poucheret 1,4, K.Tobich 2, M.Lisart 2,L.Chusseau 3, B.Robisson 4, P. Maurine 1 LIRMM Montpellier 1 ST Microelectronics Rousset 2

More information

Evaluation of On-chip Decoupling Capacitor s Effect on AES Cryptographic Circuit

Evaluation of On-chip Decoupling Capacitor s Effect on AES Cryptographic Circuit R1-3 SASIMI 2013 Proceedings Evaluation of On-chip Decoupling Capacitor s Effect on AES Cryptographic Circuit Tsunato Nakai Mitsuru Shiozaki Takaya Kubota Takeshi Fujino Graduate School of Science and

More information

Current Probe. Inspector Data Sheet. Low-noise, high quality measurement signal for side channel acquisition on embedded devices.

Current Probe. Inspector Data Sheet. Low-noise, high quality measurement signal for side channel acquisition on embedded devices. Inspector Data Sheet Low-noise, high quality measurement signal for side channel acquisition on embedded devices. Riscure Version 1c.1 1/5 Introduction Measuring the power consumption of embedded technology

More information

Is Your Mobile Device Radiating Keys?

Is Your Mobile Device Radiating Keys? Is Your Mobile Device Radiating Keys? Benjamin Jun Gary Kenworthy Session ID: MBS-401 Session Classification: Intermediate Radiated Leakage You have probably heard of this before App Example of receiving

More information

Debugging EMI Using a Digital Oscilloscope. Dave Rishavy Product Manager - Oscilloscopes

Debugging EMI Using a Digital Oscilloscope. Dave Rishavy Product Manager - Oscilloscopes Debugging EMI Using a Digital Oscilloscope Dave Rishavy Product Manager - Oscilloscopes 06/2009 Nov 2010 Fundamentals Scope Seminar of DSOs Signal Fidelity 1 1 1 Debugging EMI Using a Digital Oscilloscope

More information

Comparison of Electromagnetic Side-Channel Energy Available to the Attacker from Different Computer Systems

Comparison of Electromagnetic Side-Channel Energy Available to the Attacker from Different Computer Systems Comparison of Electromagnetic Side-Channel Energy Available to the Attacker from Different Computer Systems Abstract This paper evaluates electromagnetic (EM) sidechannel energy (ESE) available to the

More information

A Design for Modular Exponentiation Coprocessor in Mobile Telecommunication Terminals

A Design for Modular Exponentiation Coprocessor in Mobile Telecommunication Terminals A Design for Modular Exponentiation Coprocessor in Mobile Telecommunication Terminals Takehiko Kato, Satoru Ito, Jun Anzai, and Natsume Matsuzaki Advanced Mobile Telecommunications Security Technology

More information

Chapter-15. Communication systems -1 mark Questions

Chapter-15. Communication systems -1 mark Questions Chapter-15 Communication systems -1 mark Questions 1) What are the three main units of a Communication System? 2) What is meant by Bandwidth of transmission? 3) What is a transducer? Give an example. 4)

More information

SEMS SHIELDING EFFECTIVENESS MEASUREMENT SYSTEM IN MRI AND SHIELDED ENVIRONMENT. ELECTRIC AND MAGNETIC FIELD FROM 10 khz TO 300 MHz*

SEMS SHIELDING EFFECTIVENESS MEASUREMENT SYSTEM IN MRI AND SHIELDED ENVIRONMENT. ELECTRIC AND MAGNETIC FIELD FROM 10 khz TO 300 MHz* SEMS SHIELDING EFFECTIVENESS MEASUREMENT SYSTEM IN MRI AND SHIELDED ENVIRONMENT ELECTRIC AND MAGNETIC FIELD FROM 10 khz TO 300 MHz* MRI Shielding Environment (Magnetic Resonance Imaging) Shielded and anechoic

More information

When Electromagnetic Side Channels Meet Radio Transceivers

When Electromagnetic Side Channels Meet Radio Transceivers Screaming Channels When Electromagnetic Side Channels Meet Radio Transceivers Giovanni Camurati, Sebastian Poeplau, Marius Muench, Tom Hayes, Aurélien Francillon What s this all about? - A novel attack

More information

Application Note # 5438

Application Note # 5438 Application Note # 5438 Electrical Noise in Motion Control Circuits 1. Origins of Electrical Noise Electrical noise appears in an electrical circuit through one of four routes: a. Impedance (Ground Loop)

More information

Todd Hubing. Clemson Vehicular Electronics Laboratory Clemson University

Todd Hubing. Clemson Vehicular Electronics Laboratory Clemson University Todd Hubing Clemson Vehicular Electronics Laboratory Clemson University FCC Emissions Test Radiation from a shielded commercial product with attached cables May 28 2 Typical Field Strengths FCC Class A

More information

One&Done: A Single-Decryption EM-Based Attack on OpenSSL s Constant-Time Blinded RSA

One&Done: A Single-Decryption EM-Based Attack on OpenSSL s Constant-Time Blinded RSA One&Done: A Single-Decryption EM-Based Attack on OpenSSL s Constant-Time Blinded RSA Monjur Alam, Haider Adnan Khan, Moumita Dey, Nishith Sinha, Robert Callan, Alenka Zajic, and Milos Prvulovic, Georgia

More information

Investigation of a Voltage Probe in Microstrip Technology

Investigation of a Voltage Probe in Microstrip Technology Investigation of a Voltage Probe in Microstrip Technology (Specifically in 7-tesla MRI System) By : Mona ParsaMoghadam Supervisor : Prof. Dr. Ing- Klaus Solbach April 2015 Introduction - Thesis work scope

More information

SEMS SHIELDING EFFECTIVENESS MEASUREMENT SYSTEM IN MRI AND SHIELDED ENVIRONMENT. ELECTRIC AND MAGNETIC FIELD FROM 10 khz TO 300 MHz*

SEMS SHIELDING EFFECTIVENESS MEASUREMENT SYSTEM IN MRI AND SHIELDED ENVIRONMENT. ELECTRIC AND MAGNETIC FIELD FROM 10 khz TO 300 MHz* SEMS SHIELDING EFFECTIVENESS MEASUREMENT SYSTEM IN MRI AND SHIELDED ENVIRONMENT ELECTRIC AND MAGNETIC FIELD FROM 10 khz TO 300 MHz* SEMS SHIELDING EFFECTIVENESS MEASUREMENT SYSTEM MRI Shielding Environment

More information

EM Noise Mitigation in Electronic Circuit Boards and Enclosures

EM Noise Mitigation in Electronic Circuit Boards and Enclosures EM Noise Mitigation in Electronic Circuit Boards and Enclosures Omar M. Ramahi, Lin Li, Xin Wu, Vijaya Chebolu, Vinay Subramanian, Telesphor Kamgaing, Tom Antonsen, Ed Ott, and Steve Anlage A. James Clark

More information

The number theory behind cryptography

The number theory behind cryptography The University of Vermont May 16, 2017 What is cryptography? Cryptography is the practice and study of techniques for secure communication in the presence of adverse third parties. What is cryptography?

More information

How EMxpert Diagnoses Board-Level EMC Design Issues

How EMxpert Diagnoses Board-Level EMC Design Issues Application Report EMxpert July 2011 - Cédric Caudron How EMxpert Diagnoses Board-Level EMC Design Issues ABSTRACT EMxpert provides board-level design teams with world-leading fast magnetic very-near-field

More information

AN-1011 APPLICATION NOTE

AN-1011 APPLICATION NOTE AN-111 APPLICATION NOTE One Technology Way P.O. Box 916 Norwood, MA 262-916, U.S.A. Tel: 781.329.47 Fax: 781.461.3113 www.analog.com EMC Protection of the AD715 by Holger Grothe and Mary McCarthy INTRODUCTION

More information

EMC Seminar Series All about EMC Testing and Measurement Seminar 1

EMC Seminar Series All about EMC Testing and Measurement Seminar 1 EMC Seminar Series All about EMC Testing and Measurement Seminar 1 Introduction to EMC Conducted Immunity Jeffrey Tsang Organized by : Department of Electronic Engineering 1 Basic Immunity Standards: IEC

More information

Determining The Size Of Cabinet Apertures For Effectively Mitigating Radiated Emissions. By David Norte Thursday, April 7 th, 2005

Determining The Size Of Cabinet Apertures For Effectively Mitigating Radiated Emissions. By David Norte Thursday, April 7 th, 2005 The EMC, Signal And Power Integrity Institute Presents Determining The Size Of Cabinet Apertures For Effectively Mitigating Radiated Emissions By David Norte Thursday, April 7 th, 2005 1 Motivation For

More information

Overview. Lecture 3. Terminology. Terminology. Background. Background. Transmission basics. Transmission basics. Two signal types

Overview. Lecture 3. Terminology. Terminology. Background. Background. Transmission basics. Transmission basics. Two signal types Lecture 3 Transmission basics Chapter 3, pages 75-96 Dave Novak School of Business University of Vermont Overview Transmission basics Terminology Signal Channel Electromagnetic spectrum Two signal types

More information

Investigation of Electromagnetic Field Coupling from DC-DC Buck Converters to Automobile AM/FM Antennas

Investigation of Electromagnetic Field Coupling from DC-DC Buck Converters to Automobile AM/FM Antennas CST North American Automotive Workshop Investigation of Electromagnetic Field Coupling from DC-DC Buck Converters to Automobile AM/FM Antennas Patrick DeRoy, CST of America, Framingham, Massachusetts,

More information

ITG Electronics, Inc.

ITG Electronics, Inc. Mitigating EMI Problems & Filter Selection By Rafik Stepanian EMI Noise Generators A change of state (On/Off ) in an Electronic component has the potential to generate EMI. Typical examples are Electronic

More information

AC/DC Power Supply Series APPLICATION NOTE

AC/DC Power Supply Series APPLICATION NOTE ZMS100 AC/DC Power Supply Series APPLICATION NOTE ZMS100 Application Notes Issue 3 Document Number 260160 Page 1 of 15 Contents Contents... 2 1. INPUT... 3 AC INPUT LINE REQUIREMENTS... 3 2. DC OUTPUT...

More information

ROD ANTENNA TESTING Complete article download from: EMI TESTING. Basic RE102 test (2-30 MHz)

ROD ANTENNA TESTING Complete article download from:   EMI TESTING. Basic RE102 test (2-30 MHz) ROD ANTENNA TESTING Complete article download from: http://stevejensenconsultants.com/rod_ant.pdf EMI TESTING Steve Jensen Steve Jensen Consultants Inc. Sept. 26, 2005 Applicable for DO-160 sec. 21 and

More information

Horizontal DEMA Attack as the Criterion to Select the Best Suitable EM Probe

Horizontal DEMA Attack as the Criterion to Select the Best Suitable EM Probe Horizontal DEMA Attack as the Criterion to Select the Best Suitable EM Probe Christian Wittke 1, Ievgen Kabin 1, Dan Klann 1, Zoya Dyka 1, Anton Datsuk 1 and Peter Langendoerfer 1 1 IHP Leibniz-Institut

More information

Reconfigurable Hardware Implementation and Analysis of Mesh Routing for the Matrix Step of the Number Field Sieve Factorization

Reconfigurable Hardware Implementation and Analysis of Mesh Routing for the Matrix Step of the Number Field Sieve Factorization Reconfigurable Hardware Implementation and Analysis of Mesh Routing for the Matrix Step of the Number Field Sieve Factorization Sashisu Bajracharya MS CpE Candidate Master s Thesis Defense Advisor: Dr

More information

EMI AND BEL MAGNETIC ICM

EMI AND BEL MAGNETIC ICM EMI AND BEL MAGNETIC ICM ABSTRACT Electromagnetic interference (EMI) in a local area network (LAN) system is a common problem that every LAN system designer faces, and it is a growing problem because the

More information

Suppression Techniques using X2Y as a Broadband EMI Filter IEEE International Symposium on EMC, Boston, MA

Suppression Techniques using X2Y as a Broadband EMI Filter IEEE International Symposium on EMC, Boston, MA Suppression Techniques using X2Y as a Broadband EMI Filter Jim Muccioli Tony Anthony Dave Anthony Dale Sanders X2Y Attenuators, LLC Erie, PA 16506-2972 www.x2y.com Email: x2y@x2y.com Bart Bouma Yageo/Phycomp

More information

Balanced Line Driver & Receiver

Balanced Line Driver & Receiver Balanced Line Driver & Receiver Rod Elliott (ESP) Introduction Sometimes, you just can't get rid of that %$#*& hum, no matter what you do. Especially with long interconnects (such as to a powered sub-woofer),

More information

An on-chip glitchy-clock generator and its application to safe-error attack

An on-chip glitchy-clock generator and its application to safe-error attack An on-chip glitchy-clock generator and its application to safe-error attack Sho Endo, Takeshi Sugawara, Naofumi Homma, Takafumi Aoki and Akashi Satoh Graduate School of Information Sciences, Tohoku University

More information

ElGamal Public-Key Encryption and Signature

ElGamal Public-Key Encryption and Signature ElGamal Public-Key Encryption and Signature Çetin Kaya Koç koc@cs.ucsb.edu Çetin Kaya Koç http://koclab.org Winter 2017 1 / 10 ElGamal Cryptosystem and Signature Scheme Taher ElGamal, originally from Egypt,

More information

Device Pairing at the Touch of an Electrode

Device Pairing at the Touch of an Electrode Device Pairing at the Touch of an Electrode Marc Roeschlin, Ivan Martinovic, Kasper B. Rasmussen NDSS, 19 February 2018 NDSS 2018 (slide 1) Device Pairing (I) Bootstrap secure communication Two un-associated

More information

EEE 432 Measurement and Instrumentation

EEE 432 Measurement and Instrumentation EEE 432 Measurement and Instrumentation Lecture 6 Measurement noise and signal processing Prof. Dr. Murat Aşkar İzmir University of Economics Dept. of Electrical and Electronics Engineering Measurement

More information

CHAPTER -15. Communication Systems

CHAPTER -15. Communication Systems CHAPTER -15 Communication Systems COMMUNICATION Communication is the act of transmission and reception of information. COMMUNICATION SYSTEM: A system comprises of transmitter, communication channel and

More information

Chapter 12 Digital Circuit Radiation. Electromagnetic Compatibility Engineering. by Henry W. Ott

Chapter 12 Digital Circuit Radiation. Electromagnetic Compatibility Engineering. by Henry W. Ott Chapter 12 Digital Circuit Radiation Electromagnetic Compatibility Engineering by Henry W. Ott Forward Emission control should be treated as a design problem from the start, it should receive the necessary

More information

Time-Memory Trade-Offs for Side-Channel Resistant Implementations of Block Ciphers. Praveen Vadnala

Time-Memory Trade-Offs for Side-Channel Resistant Implementations of Block Ciphers. Praveen Vadnala Time-Memory Trade-Offs for Side-Channel Resistant Implementations of Block Ciphers Praveen Vadnala Differential Power Analysis Implementations of cryptographic systems leak Leaks from bit 1 and bit 0 are

More information

Advanced Test Equipment Rentals ATEC (2832)

Advanced Test Equipment Rentals ATEC (2832) Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) R3000 EMI TEST RECEIVERS Fully IF digital EMI Receivers family for measurement of electromagnetic interference from

More information

LISN UP Application Note

LISN UP Application Note LISN UP Application Note What is the LISN UP? The LISN UP is a passive device that enables the EMC Engineer to easily distinguish between differential mode noise and common mode noise. This will enable

More information

2620 Modular Measurement and Control System

2620 Modular Measurement and Control System European Union (EU) Council Directive 89/336/EEC Electromagnetic Compatibility (EMC) Test Report 2620 Modular Measurement and Control System Sensoray March 31, 2006 April 4, 2006 Tests Conducted by: ElectroMagnetic

More information

SignalOn Series WHITE PAPER. Impact of CCAP on RF Management Isolation. Pat. #s U.S. 6,842,348; 7,043,236; Cdn. 2,404,840; 2,404,844

SignalOn Series WHITE PAPER. Impact of CCAP on RF Management Isolation. Pat. #s U.S. 6,842,348; 7,043,236; Cdn. 2,404,840; 2,404,844 SignalOn Series Pat. #s U.S. 6,84,48; 7,04,6; Cdn.,404,840;,404,844 D. / CCAP Compliant Impact of CCAP on RF Management Isolation Although every effort has been taken to ensure the accuracy of this document

More information

The EM Side Channel(s)

The EM Side Channel(s) The EM Side Channel(s) Dakshi Agrawal, Bruce Archambeault, Josyula R. Rao, and Pankaj Rohatgi IBM T.J. Watson Research Center P.O. Box 74 Yorktown Heights, NY 1598 {agrawal,barch,jrrao,rohatgi}@us.ibm.com

More information

COMMUNICATION SYSTEMS -I

COMMUNICATION SYSTEMS -I COMMUNICATION SYSTEMS -I Communication : It is the act of transmission of information. ELEMENTS OF A COMMUNICATION SYSTEM TRANSMITTER MEDIUM/CHANNEL: The physical medium that connects transmitter to receiver

More information

EMC Near-field Probes + Wideband Amplifier

EMC Near-field Probes + Wideband Amplifier 1 Introduction The H20, H10, H5 and E5 are magnetic field (H) and electric field (E) probes for radiated emissions EMC precompliance measurements. The probes are used in the near field of sources of electromagnetic

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 678A 40MHZ TO 900MHZ DIRECT CONVERSION QUADRATURE DEMODULATOR

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 678A 40MHZ TO 900MHZ DIRECT CONVERSION QUADRATURE DEMODULATOR DESCRIPTION QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 678A LT5517 Demonstration circuit 678A is a 40MHz to 900MHz Direct Conversion Quadrature Demodulator featuring the LT5517. The LT 5517 is a direct

More information

Stephen Plumb National Instruments

Stephen Plumb National Instruments RF and Microwave Test and Design Roadshow Cape Town and Midrand October 2014 Stephen Plumb National Instruments Our Mission We equip engineers and scientists with tools that accelerate productivity, innovation,

More information

Measurement & Control of energy systems. Teppo Myllys National Instruments

Measurement & Control of energy systems. Teppo Myllys National Instruments Measurement & Control of energy systems Teppo Myllys National Instruments National Instruments Direct operations in over 50 Countries More than 1,000 products, 7000+ employees, and 700 Alliance Program

More information

Keysight Technologies 8 Hints for Making Better Measurements Using RF Signal Generators. Application Note

Keysight Technologies 8 Hints for Making Better Measurements Using RF Signal Generators. Application Note Keysight Technologies 8 Hints for Making Better Measurements Using RF Signal Generators Application Note 02 Keysight 8 Hints for Making Better Measurements Using RF Signal Generators - Application Note

More information

Green ADVANTAGES. Spectrum Analyzer Two models available: 24 GHz and 8 GHz SPECTRUM ANALYZER. Antenna Panel Inputs. Auxiliary Antenna Inputs OSCOR

Green ADVANTAGES. Spectrum Analyzer Two models available: 24 GHz and 8 GHz SPECTRUM ANALYZER. Antenna Panel Inputs. Auxiliary Antenna Inputs OSCOR Whip antenna extension connector Auto Switching (utilizes 5 independent antennas) Green ADVANTAGES OSCOR FULL 24 GHz COVERAGE Headphone Jack SWEEPS FROM 10 khz TO 24 GHz AT 12.2 khz STEPS IN LESS THAN

More information

EMC ASPECTS IN DC BUS POWER-LINE COMMUNICATIONS

EMC ASPECTS IN DC BUS POWER-LINE COMMUNICATIONS ESA Workshop on Aerospace EMC Florence, Italy / 30 March 1 April 2009 EMC ASPECTS IN DC BUS POWER-LINE COMMUNICATIONS Y Maryanka 1, O Amrani 2 1 Yamar Electronics, Israel, 2 Tel Aviv University,Israel

More information

Testing Upstream and Downstream DOCSIS 3.1 Devices

Testing Upstream and Downstream DOCSIS 3.1 Devices Testing Upstream and Downstream DOCSIS 3.1 Devices April 2015 Steve Hall DOCSIS 3.1 Business Development Manager Agenda 1. Decoding and demodulating a real downstream DOCSIS 3.1 signal and reporting key

More information

11 Myths of EMI/EMC ORBEL.COM. Exploring common misconceptions and clarifying them. MYTH #1: EMI/EMC is black magic.

11 Myths of EMI/EMC ORBEL.COM. Exploring common misconceptions and clarifying them. MYTH #1: EMI/EMC is black magic. 11 Myths of EMI/EMC Exploring common misconceptions and clarifying them By Ed Nakauchi, Technical Consultant, Orbel Corporation What is a myth? A myth is defined as a popular belief or tradition that has

More information

Ileana-Diana Nicolae ICMET CRAIOVA UNIVERSITY OF CRAIOVA MAIN BUILDING FACULTY OF ELECTROTECHNICS

Ileana-Diana Nicolae ICMET CRAIOVA UNIVERSITY OF CRAIOVA MAIN BUILDING FACULTY OF ELECTROTECHNICS The Designing, Realization and Testing of a Network Filter used to Reduce Electromagnetic Disturbances and to Improve the EMI for Static Switching Equipment Petre-Marian Nicolae Ileana-Diana Nicolae George

More information

SHF Communication Technologies AG

SHF Communication Technologies AG SHF Communication Technologies AG Wilhelm-von-Siemens-Str. 23 Aufgang D 12277 Berlin Marienfelde Germany Phone ++49 3 / 772 5 1 Fax ++49 3 / 753 1 78 E-Mail: sales@shf.biz Web: http://www.shf.biz Application

More information

Lock in Amplifier. Introduction. Motivation. Liz Schell and Allan Sadun Project Proposal

Lock in Amplifier. Introduction. Motivation. Liz Schell and Allan Sadun Project Proposal Liz Schell and Allan Sadun 6.101 Project Proposal Lock in Amplifier Introduction A lock in amplifier is an analog circuit that picks out and amplifies a particular frequency of oscillation and rejects

More information

Effectively Using the EM 6992 Near Field Probe Kit to Troubleshoot EMI Issues

Effectively Using the EM 6992 Near Field Probe Kit to Troubleshoot EMI Issues Effectively Using the EM 6992 Near Field Probe Kit to Troubleshoot EMI Issues Introduction The EM 6992 Probe Kit includes three magnetic (H) field and two electric (E) field passive, near field probes

More information

Transmission Medium/ Media

Transmission Medium/ Media Transmission Medium/ Media The successful transmission of data depends principally on two factors: the quality of the signal being transmitted and the characteristics of the transmission medium Transmission

More information

Prisma II Optical Receivers

Prisma II Optical Receivers Optoelectronics Prisma II Optical s Description The Prisma II optical network is an advanced transmission system designed to optimize network architectures and increase reliability, scalability, and cost

More information

An Introduction to EMC Testing (what can be done with scopes) Vincent Lascoste EMC Product Manager - RSF

An Introduction to EMC Testing (what can be done with scopes) Vincent Lascoste EMC Product Manager - RSF An Introduction to EMC Testing (what can be done with scopes) Vincent Lascoste EMC Product Manager - RSF Definition of ElectroMagnetic Compatibility (EMC) EMC is defined as: "The ability of devices and

More information

HAMEG EMI measurement tools

HAMEG EMI measurement tools HAMEG EMI measurement tools Whoever sells an electric or electronic instrument or apparatus within the EWR must conform to the European Union Directives on Electromagnetic Compatibility, EMC. This applies

More information

RADAR: An In-Building RF-based User Location and Tracking System

RADAR: An In-Building RF-based User Location and Tracking System RADAR: An In-Building RF-based User Location and Tracking System Venkat Padmanabhan Microsoft Research Joint work with Victor Bahl Infocom 2000 Tel Aviv, Israel March 2000 Outline Motivation and related

More information

ENGINEERING COMMITTEE Interface Practices Subcommittee AMERICAN NATIONAL STANDARD

ENGINEERING COMMITTEE Interface Practices Subcommittee AMERICAN NATIONAL STANDARD ENGINEERING COMMITTEE Interface Practices Subcommittee AMERICAN NATIONAL STANDARD ANSI/SCTE 48-2 2008 Test Procedure for Measuring Relative Shielding Properties of Active and Passive Coaxial Cable Devices

More information

UNDERSTANDING AND MITIGATING

UNDERSTANDING AND MITIGATING UNDERSTANDING AND MITIGATING THE IMPACT OF RF INTERFERENCE ON 802.11 NETWORKS RAMAKRISHNA GUMMADI UCS DAVID WETHERALL INTEL RESEARCH BEN GREENSTEIN UNIVERSITY OF WASHINGTON SRINIVASAN SESHAN CMU 1 Presented

More information

Collision-based Power Analysis of Modular Exponentiation Using Chosen-message Pairs

Collision-based Power Analysis of Modular Exponentiation Using Chosen-message Pairs Collision-based Analysis of Modular Exponentiation Using Chosen-message Pairs Naofumi Homma 1, Atsushi Miyamoto 1, Takafumi Aoki 1, Akashi atoh 2, and Adi hamir 3 1 Graduate chool of Information ciences,

More information

CHAPTER 6 EMI EMC MEASUREMENTS AND STANDARDS FOR TRACKED VEHICLES (MIL APPLICATION)

CHAPTER 6 EMI EMC MEASUREMENTS AND STANDARDS FOR TRACKED VEHICLES (MIL APPLICATION) 147 CHAPTER 6 EMI EMC MEASUREMENTS AND STANDARDS FOR TRACKED VEHICLES (MIL APPLICATION) 6.1 INTRODUCTION The electrical and electronic devices, circuits and systems are capable of emitting the electromagnetic

More information

Sunlight Supply, Inc.

Sunlight Supply, Inc. FCC Part 18 Subpart C Non-Consumer For RF Lighting Equipment Electromagnetic Compatibility Test Report Sunlight Supply, Inc. Commercial Ballast 1000 Watt - July 18, 2017 Tests Conducted by:, LLC 20811

More information

Design for Guaranteed EMC Compliance

Design for Guaranteed EMC Compliance Clemson Vehicular Electronics Laboratory Reliable Automotive Electronics Automotive EMC Workshop April 29, 2013 Design for Guaranteed EMC Compliance Todd Hubing Clemson University EMC Requirements and

More information

Power Analysis Attacks on SASEBO January 6, 2010

Power Analysis Attacks on SASEBO January 6, 2010 Power Analysis Attacks on SASEBO January 6, 2010 Research Center for Information Security, National Institute of Advanced Industrial Science and Technology Table of Contents Page 1. OVERVIEW... 1 2. POWER

More information

Radio ETI031 Laboratory Experiments 2: VECTOR NETWORK ANALYSER, ANTENNA and RECEIVER MEASUREMENTS

Radio ETI031 Laboratory Experiments 2: VECTOR NETWORK ANALYSER, ANTENNA and RECEIVER MEASUREMENTS Lund University Electrical and Information Technology GJ 2007-09-30 Radio ETI031 Laboratory Experiments 2: VECTOR NETWORK ANALYSER, ANTENNA and RECEIVER MEASUREMENTS Göran Jönsson 2007 Objectives: Part

More information

Testing for EMC Compliance: Approaches and Techniques October 12, 2006

Testing for EMC Compliance: Approaches and Techniques October 12, 2006 : Approaches and Techniques October 12, 2006 Ed Nakauchi EMI/EMC/ESD/EMP Consultant Emulex Corporation 1 Outline Discuss EMC Basics & Physics Fault Isolation Techniques Tools & Techniques Correlation Analyzer

More information

Trees, vegetation, buildings etc.

Trees, vegetation, buildings etc. EMC Measurements Test Site Locations Open Area (Field) Test Site Obstruction Free Trees, vegetation, buildings etc. Chamber or Screened Room Smaller Equipments Attenuate external fields (about 100dB) External

More information

TF TF Analyzer 2000 Measurement System

TF TF Analyzer 2000 Measurement System TF Analyzer 2000 Measurement System The TF Analyzer 2000 is the most sophisticated analyzer of electroceramic material and devices. The test equipment is based on a modular idea, where four different probe

More information

Valon Synthesizer RFI Test Report

Valon Synthesizer RFI Test Report Page: Page 1 of 10 VEGAS-003-A-REP Version: A Prepared By: Name(s) and Signature(s) Organization Date C.Beaudet NRAO-GB 2011-11-29 J.Ray NRAO-GB 2013-03-18 Page: Page 2 of 10 Change Record Version Date

More information

Schlöder GmbH - EMC Test and Measurement Systems Model #

Schlöder GmbH - EMC Test and Measurement Systems Model # Schlöder GmbH - EMC Test and Measurement Systems Model # Product Description IEC / EN 61000-4 - 2 ESD SESD 216 ESD generator 10 kv CON / 16,5 kv AIR acc. to IEC 61000-4-2, 150 pf / 330 ohm SESD 230 ESD

More information

Device Detection and Monitoring of Unintentional Radiated Emissions

Device Detection and Monitoring of Unintentional Radiated Emissions Clemson Vehicular Electronics Laboratory Automotive EMC Workshop Capable and Reliable Electronic Systems Design October 5, 212 Device Detection and Monitoring of Unintentional Radiated Emissions Todd Hubing

More information

Introduction to Envelope Tracking. G J Wimpenny Snr Director Technology, Qualcomm UK Ltd

Introduction to Envelope Tracking. G J Wimpenny Snr Director Technology, Qualcomm UK Ltd Introduction to Envelope Tracking G J Wimpenny Snr Director Technology, Qualcomm UK Ltd Envelope Tracking Historical Context EER first proposed by Leonard Kahn in 1952 to improve efficiency of SSB transmitters

More information

Diffie-Hellman key-exchange protocol

Diffie-Hellman key-exchange protocol Diffie-Hellman key-exchange protocol This protocol allows two users to choose a common secret key, for DES or AES, say, while communicating over an insecure channel (with eavesdroppers). The two users

More information

Antenna Matching Within an Enclosure Part II: Practical Techniques and Guidelines

Antenna Matching Within an Enclosure Part II: Practical Techniques and Guidelines Antenna Matching Within an Enclosure Part II: Practical Techniques and Guidelines By Johnny Lienau, RF Engineer June 2012 Antenna selection and placement can be a difficult task, and the challenges of

More information

COUPLING / DECOUPLING NETWORK (CDN) CDN AF TYPE, CDN CAN

COUPLING / DECOUPLING NETWORK (CDN) CDN AF TYPE, CDN CAN IEC / EN 61000-4-6 specifies the design and performance of a range of coupling / decoupling networks (CDNs). Each CDN is specific to the of cable and the intended signal carried on the cable. Teseq offers

More information

Course Introduction. Content 16 pages. Learning Time 30 minutes

Course Introduction. Content 16 pages. Learning Time 30 minutes Course Introduction Purpose This course discusses techniques for analyzing and eliminating noise in microcontroller (MCU) and microprocessor (MPU) based embedded systems. Objectives Learn what EMI is and

More information

Box Level Troubleshooting and Quick Look Engineering. Bruce C. Gabrielson PhD Security Engineering Services P.O. 550 Chesapeake Beach.

Box Level Troubleshooting and Quick Look Engineering. Bruce C. Gabrielson PhD Security Engineering Services P.O. 550 Chesapeake Beach. Box Level Troubleshooting and Quick Look Engineering Bruce C. Gabrielson PhD Security Engineering Services P.O. 550 Chesapeake Beach., MD 20732 Abstract With costs and scheduling issues associated with

More information

Course Introduction Purpose Objectives Content Learning Time

Course Introduction Purpose Objectives Content Learning Time Course Introduction Purpose This course discusses techniques for analyzing and eliminating noise in microcontroller (MCU) and microprocessor (MPU) based embedded systems. Objectives Learn about a method

More information

Spectrum Analyzer. Spectrum Analyzer. Antenna Panel Inputs. Auxiliary Antenna Inputs. Two models available: 24 GHz and 8 GHz OSCOR

Spectrum Analyzer. Spectrum Analyzer. Antenna Panel Inputs. Auxiliary Antenna Inputs. Two models available: 24 GHz and 8 GHz OSCOR Whip antenna extension connector Auto Switching (utilizes 5 independent antennas) OSCOR ADVANTAGES FULL 24 GHz COVERAGE Headphone Jack SWEEPS FROM 10 khz TO 24 GHz AT 12.2 khz STEPS IN LESS THAN 1 SECOND

More information

Reducing Motor Drive Radiated Emissions

Reducing Motor Drive Radiated Emissions Volume 2, Number 2, April, 1996 Application Note 107 Donald E. Fulton Reducing Motor Drive Radiated Emissions Introduction This application note discusses radiated emissions (30 Mhz+) of motor drives and

More information

ANALYZING SOFTWARE USING UNINTENTIONAL ELECTROMAGNETIC EMANATIONS FROM COMPUTING DEVICES

ANALYZING SOFTWARE USING UNINTENTIONAL ELECTROMAGNETIC EMANATIONS FROM COMPUTING DEVICES ANALYZING SOFTWARE USING UNINTENTIONAL ELECTROMAGNETIC EMANATIONS FROM COMPUTING DEVICES A Thesis Presented to The Academic Faculty by Robert L. Callan In Partial Fulfillment of the Requirements for the

More information

On-Wafer Measurement and Analysis of Flicker Noise and Random Telegraph Noise

On-Wafer Measurement and Analysis of Flicker Noise and Random Telegraph Noise On-Wafer Measurement and Analysis of Flicker Noise and Random Telegraph Noise Raj Sodhi, Keysight Technologies EEsof EDA, Device Modeling Group Device Noise Measurements Page 1 Outline Importance of low-frequency

More information

TS-850: Installing the Inrad Roofing Filter Mod

TS-850: Installing the Inrad Roofing Filter Mod TS-850: Installing the Inrad Roofing Filter Mod The TS-850 Roofing Filter Mod consists of a 6 pole, 4 to 5 khz wide filter followed by a high dynamic range feedback amplifier. The amplifier provides enough

More information

Understanding and Optimizing Electromagnetic Compatibility in Switchmode Power Supplies

Understanding and Optimizing Electromagnetic Compatibility in Switchmode Power Supplies Understanding and Optimizing Electromagnetic Compatibility in Switchmode Power Supplies 1 Definitions EMI = Electro Magnetic Interference EMC = Electro Magnetic Compatibility (No EMI) Three Components

More information

DETECTING POWER ATTACKS ON RECONFIGURABLE HARDWARE. Adrien Le Masle, Wayne Luk

DETECTING POWER ATTACKS ON RECONFIGURABLE HARDWARE. Adrien Le Masle, Wayne Luk DETECTING POWER ATTACKS ON RECONFIGURABLE HARDWARE Adrien Le Masle, Wayne Luk Department of Computing, Imperial College London 180 Queen s Gate, London SW7 2BZ, UK email: {al1108,wl}@doc.ic.ac.uk ABSTRACT

More information

Public-Key Cryptosystem Based on Composite Degree Residuosity Classes. Paillier Cryptosystem. Harmeet Singh

Public-Key Cryptosystem Based on Composite Degree Residuosity Classes. Paillier Cryptosystem. Harmeet Singh Public-Key Cryptosystem Based on Composite Degree Residuosity Classes aka Paillier Cryptosystem Harmeet Singh Harmeet Singh Winter 2018 1 / 26 Background s Background Foundation of public-key encryption

More information

Electromagnetic Compatibility

Electromagnetic Compatibility Electromagnetic Compatibility Introduction to EMC International Standards Measurement Setups Emissions Applications for Switch-Mode Power Supplies Filters 1 What is EMC? A system is electromagnetic compatible

More information

APPLICATION NOTE. System Design for RF Immunity

APPLICATION NOTE. System Design for RF Immunity APPLICATION NOTE System Design for RF Immunity Audio Codec Application Note Rev1.0 Page 1 of 6 March 2008 With the growth of the portable electronic devices industry, radiated RF fields and potential interference

More information

Common myths, fallacies and misconceptions in Electromagnetic Compatibility and their correction.

Common myths, fallacies and misconceptions in Electromagnetic Compatibility and their correction. Common myths, fallacies and misconceptions in Electromagnetic Compatibility and their correction. D. A. Weston EMC Consulting Inc 22-3-2010 These are some of the commonly held beliefs about EMC which are

More information

BIODEX MULTI- JOINT SYSTEM

BIODEX MULTI- JOINT SYSTEM BIODEX MULTI- JOINT SYSTEM CONFORMANCE TO STANDARDS 850-000, 840-000, 852-000 FN: 18-139 5/18 Contact information Manufactured by: Biodex Medical Systems, Inc. 20 Ramsey Road, Shirley, New York, 11967-4704

More information